ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientSelectionChanging Property






In This Topic
    OnClientSelectionChanging Property
    In This Topic
    Occurs before selection changes.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientSelectionChanging As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientSelectionChanging = value
     
    value = instance.OnClientSelectionChanging
    public virtual System.string OnClientSelectionChanging {get; set;}
    public read-write property OnClientSelectionChanging: System.String; virtual; 
    public function get,set OnClientSelectionChanging : System.String
    public: __property virtual System.string* get_OnClientSelectionChanging();
    public: __property virtual void set_OnClientSelectionChanging( 
       System.string* value
    );
    public:
    virtual property System.String^ OnClientSelectionChanging {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also